home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / graphics / sview533.rdm < prev    next >
Text File  |  1996-02-22  |  10KB  |  230 lines

  1. Short:    SuperView V5.33 + Library 12.7 (13.1.96)
  2. Author:   Andreas_Kleinert@superview.ftn.sub.org
  3. Uploader: Martin Schulze (schulze@phil.uni-sb.de)
  4. Type:     gfx/show
  5.  
  6.    IMPORTANT: FIXED CYBERGRAPHX/OS3.00 AND MORE CRASH CONDITIONS
  7.  
  8. SuperView V5.33 EL (evaluation), a localized Graphics Viewer/Converter/
  9. ScreenGrabber for the superview.library, with ARexx-Support, GUI,
  10. AmigaGuide-OnlineHelp, Cx-Support and many more features.
  11.  
  12. Converting graphics and "Screen-Grabbing" is possible in a very comfortable
  13. and object-oriented manner, also allows image processing via SVOperators.
  14.  
  15. OS V2.04+ is required, OS V2.1 and V3.x features are used if available.
  16.  
  17. SHAREWARE.
  18. Evaluation version with "please register" requester and some restrictions
  19. (until you receive your KeyFile...).
  20.  
  21. Includes licensed SuperView-Library Version 12.7, which includes the
  22. following FileFormats, Display Drivers and Operators:
  23.  
  24. SVObjects :    - IFF-ILBM         - Windows BMP        - PNM (PBM,PGM,PPM)
  25.                - IFF-ACBM         - JPEG (JFIF)        - IMG (GEM Graphics)
  26.                - IFF-YUVN         - PhotoCD            - WPG (WP Graphics)
  27.                - IFF-DEEP         - TIFF               - MacPaint MAC
  28.                - PCX              - EPS                - C64 (Koala, Doodle)
  29.                - GIF              - FBM                - Windows Icon
  30.                - QRT/POV          - Mac PICT-2         - SGI
  31.                - SVG              - Targa              - Pictor/PCPaint
  32.                - SunRaster
  33.  
  34.                  and also handles all OS3-Datatypes !
  35.  
  36.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  37.  
  38.                  Includes "FastILBM24.svobject" for easily reading
  39.                  24 Bit ILBMs without huge memory usage.
  40.                  UtahRLE.svobject is available separately.
  41.  
  42. SVDrivers :    - ECS              - AGA                - EGS7
  43.                - OpalVision       - Retina             - CyberGraphics
  44.                - PicassoII        - Merlin
  45.  
  46. SVOperators :  - Dither24Bit      - 24BitToHAM         - HilbertDither256
  47.                - ExtractRed       - ExtractGreen       - ExtractBlue
  48.                - XOR              - ExtractGrayScales  - TopToBottom
  49.                - LeftToRight      - Rotate             - Scale50
  50.                - AnyTo24Bit       - Crop               - CallPNM
  51.                - OptimizePalette  - RotateFree
  52.  
  53.                  plus the following from Steve Quartly:
  54.  
  55.                - SQBentley        - SQTiling           - SQThreshold
  56.                - SQOilPaint       - SQMosaic           - SQEmboss
  57.                - SQSlicing        - SQDiffuse          - SQContrast
  58.                - SQSharpen        - SQBlur             - SQDeep_Press
  59.                - SQMotion_Blur    - SQHighPass
  60.  
  61.      PROGRAM-CHANGES:
  62.      ================
  63.  
  64. V5.33: - now GUI is also fully localized: had to use a second
  65.          catalog for the GUI - named "superview_gui.catalog" -
  66.          which is yet only available in ENGLISH (default) and GERMAN
  67.        - removed english catalog/ct since it is default
  68.          (english texts are available for translation as comments
  69.           within the german ct files)
  70.        - redesigned GUI slightly
  71.        - searched for EHits in configuration and file requester routines
  72.          (-> Andy Philpotts)
  73.        - with the GUI still closed and no public screen present
  74.          called "Workbench", the Filerequester would have produced
  75.          an Enforcer Hit
  76.        - there was a wrong reference to "DefaultIcons/". Changed to
  77.          "PROGDIR:Bonus/DefaultIcons/" now (would have been used with
  78.          no "ICONPATH" defined)
  79.        - included superview.library V12.7, which fixes some important
  80.          bugs - mainly in the same context as with V5.31 and V5.32
  81.  
  82. V5.32: - rewrote docs
  83.        - sample config file now refers to PROGDIR: so that
  84.          no longer default-like "Work:" will be requested for Icons
  85.          when saving
  86.          (-> Sven Drieling)
  87.        - new superview.library V12.6
  88.          (IMPORTANT FIXES -> SEE LIBRARY-DOCS)
  89.  
  90. V5.31: - MAJOR RELEASE
  91.        - Fixed bugs occuring when starting on various 68K-machines
  92.          (68060, some 68040, JPEG with 68000)
  93.        - new superview.library V12.5
  94.          (SEE LIRBARY-DOCS)
  95.  
  96.      LIBRARY-CHANGES:
  97.      ================
  98.  
  99.      V12.7 (13.1.1996) :
  100.      -------------------
  101.  
  102.       - CRASHES IN GENERAL (math-related)
  103.  
  104.          It seems as if the opening (can't say, whether the libraries
  105.          themself) of transient math libraries (like "mathtrans.library"
  106.          together with "mathffp.library" or "mathieeedoubtrans.library"
  107.          together with "mathieee.library") did cause all the concerned
  108.          SVObjects (recently JPEG, but no longer) and/or SVOperators
  109.          (RotateFree) to crash on certain systems like 68060, some 68000
  110.          and some 68040 (on my system only, when running SnoopDOS at the
  111.          same time to catch library openings).
  112.          May be a problem of shared libraries and ramlib in conjunction
  113.          with specific math libraries, a specific SAS/C bug
  114.          - or just accidental...
  115.  
  116.          No problems when only using "mathffp.library" or using link
  117.          libraries for both, non-transient and transient functions.
  118.          No more crashes at startup (Guru #4).
  119.  
  120.          We now do that this way. It works. Really.
  121.          No more tries...
  122.  
  123.       - SVDrivers: CyberGraphics
  124.  
  125.                    the CyBERGraphX driver did distort any 8 Bit odd
  126.                    width graphics (not divideable by 16 without rest)
  127.                    when displaying under OS V3.00 (V39).
  128.                    This did not happen with graphics < 320x240
  129.                    and the SMALLSCREENS option unset and
  130.                    it did not concern OS V3.1 (V40) users.
  131.                    (-> Jürgen Schäfer)
  132.  
  133.       - SVOperators: OptimizePalette, RotateFree
  134.  
  135.                      both had bugs or did crash
  136.  
  137.       - Docs: - several changes
  138.  
  139.  
  140.      V12.6 (22.12.1995) :
  141.      --------------------
  142.       - several Modules: - PCX, GIF, PICT, SVG, UnPack, ECS,
  143.                            ExtractGrayScales, RotateFree, ...:
  144.                            sesond revision of startup-code with
  145.                            correct initializers (for e.g. lib_Revision)
  146.       - SVDrivers:       - ECS:
  147.  
  148.                            Usage of V39 options caused odd-address errors
  149.                            under V38 and below.
  150.                            With V2.7 of ECS.svdriver displaying under V38
  151.                            and below perhaps was impossible. Fixed.
  152.                            (-> reported by Klaus Schneider and Sven Drieling)
  153.  
  154.       - SVObjects: - GIF:  fixed handling (skipping) of non-graphics GIFs
  155.                    - PCX:  fixed handling of planar graphics with
  156.                            a width > 2048
  157.                    - JPEG: did again reference JPEGTMP:
  158.                            (-> Sven Drieling)
  159.       - Support-Library: - now does no longer drop comments and linefeeds
  160.                            when loading/saving
  161.                            (-> Steve Quartly)
  162.                            See includes and docs for more information.
  163.       - Programmers:     - added SVObject, SVDriver, SVOperator flag
  164.                            to indicate "break while still in progress"
  165.                            support (Includes). Not set anywhere yet.
  166.                            (-> Simon Edwards)
  167.       - Docs:      - added "68060-Users" and "IMPORTANT.txt" to main
  168.                      library-guide file's new section
  169.                      "Known bugs and workarounds", which quite
  170.                      better structured and accessible than before
  171.                    - added note on how to get the OpalVision driver
  172.                      working in cases with black screen or distorted
  173.                      display (color 0 blue component adjustment)
  174.                    - reworked documentation
  175.  
  176.      V12.5 (16.12.1995) :
  177.      --------------------
  178.       - MAJOR bugfix release for 68060, some 68040 and others
  179.       - should no longer crash at startup time
  180.         (and perhaps also not later ;-)
  181.  
  182.       - several Modules: JPEG, PICT, Unpack, SVG
  183.                          - added new, rock-solid startup code
  184.                          - replaced IEEE with FFP support (when used),
  185.                            due to former crashes
  186.                          - hopefully no more crashes on certain systems
  187.                            (especially 2000/4000 with 68000 and 68060)
  188.                            -> users of PMPro modules would perhaps also
  189.                               need an update of those
  190.       - SVObjects: - JPEG
  191.  
  192.                    Completely rewrote JPEG - now supports progressive
  193.                    JPEGs, many settings to be done for faster, more/less
  194.                    precise or qualitative decoding, and so on.
  195.                    Basing on the IJG sources V6.
  196.                    Now fully reentrant for parallel uses within
  197.                    the Amiga's multitasking system.
  198.  
  199.                    FASTER.
  200.  
  201.                    Now allows several different methods to influence
  202.                    the way JPEG data is read and written, decompressed
  203.                    and compressed, decoded and encoded.
  204.  
  205.                    MAJOR rework for professional JPEG usage.
  206.  
  207.                    Hopefully also fixes some of the 68000 and 68060
  208.                    problems -> please send reports !
  209.  
  210.  
  211.                    - PICT:
  212.  
  213.                      - changed some compiler options and tried to prevent
  214.                        040/060 crashes
  215.                      - and more
  216.  
  217.                    - SVG:
  218.  
  219.                      - reduced dependence from xpk-library, which also
  220.                        should help avoiding the 040/060 crashes
  221.                        (since no longer opening those library during
  222.                         initialization, but maybe later)
  223.                      - and more
  224.  
  225.       - LIBRARY: - recompiled with new GST
  226.  
  227. *****************************************************************************
  228. ** Please support SHAREWARE and register NOW to receive YOUR KeyFile !!    **
  229. *****************************************************************************
  230.